home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent3 / mfinger12.readme < prev    next >
Text File  |  1997-05-13  |  4KB  |  74 lines

  1. Short:    Fully featured finger client (MUI)
  2. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Uploader: troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     comm/tcp
  5. Replaces: comm/tcp/mFinger10.lha
  6.  
  7. Introduction
  8. ¯¯¯¯¯¯¯¯¯¯¯¯
  9. My first TCP/IP client with a GUI, MUI-Finger, turned out to be much more
  10. popular than I ever had imagined.  I personally thought it was pretty crap,
  11. but I didn't do anything about it until now.  mFinger is a complete rewrite
  12. of MUI-Finger, only a few lines of code has survived.  A good deal of code
  13. and ideas has been borrowed from my WeatherExperience client.  The major
  14. difference is the way networking is handled.  In WeatherExperience I used a
  15. cumbersome way of making the socket I/O 99% asynchronous, mFinger uses a
  16. subtask instead which gives a cleaner design and 100% asynch operation.
  17.  
  18. Requirements
  19. ¯¯¯¯¯¯¯¯¯¯¯¯
  20.  · AmigaOS 2.04 or higher
  21.  · MUI 3.6 or higher, with the NList.mcc custom class installed (included)
  22.  · A TCP/IP stack (like AmiTCP, Miami, As225, Inet225 or mlink)
  23.  
  24. Features
  25. ¯¯¯¯¯¯¯¯
  26.  · Nice and userfriendly MUI GUI.
  27.  · Locale (dansk, deutsch, italiano, norsk, polski, slovenski, suomi, svenska 
  28.    and ÃeÓtina translations included).
  29.  · Asynchronous network operation, the GUI is never locked and you can abort
  30.    a finger request at any time.
  31.  · A horizontal scrollbar and clipboard support (both curtesy of NList.mcc).
  32.  · ARexx support. Currently has three commands: Finger, Abort and Clear.
  33.  · Nice popup addresslist with two columns, buttons for adding, removing,
  34.    sorting, etc. addresses as well as drag and drop sorting.
  35.  · Displays a status text indicating what it is doing and a Busy object while
  36.    fingering.
  37.  · Uses its own icon as an appicon when iconified.
  38.  · Can take a commandline argument of an address to finger.
  39.  · Supports Transaction TCP with Miami 1.8.3 or higher for faster queries.
  40.  
  41.    What more could you possibly want in a finger client?! :)
  42.  
  43. Version history
  44. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  45. mFinger 1.1 (17.1.97)
  46.  · Two OS 3.x functions were being called even under OS 2.x. Oops.
  47.  · Added support for extended fingering which may or may not prompt the
  48.    finger server to send more detailed information about the user being
  49.    fingered. The extended fingering is enabled by checking a new menuitem
  50.    in the Settings menu.  The default is off, and it can be enabled at
  51.    startup by setting the tooltype EXTENDEDQUERY=YES in the icon.
  52.    (Suggested by Tony Leneis)
  53.  · Implemented support for T/TCP (transaction TCP) when running Miami 1.8.3
  54.    or higher as TCP/IP stack.  Sending the finger request via T/TCP requires
  55.    fewer packets than ordinary TCP and is thus faster.
  56.  · Lots of new translations included.
  57.  · This version was uploaded to aminet, but never appeared for some reason,
  58.    and I didn't reupload it because I became aware of a couple of bugs.
  59.    Various things delayed the next release until now..
  60.  
  61. mFinger 1.2 (5.5.97)
  62.  · Fingering a host by typing "host" and not "@host" didn't work with
  63.    "Extended query" enabled.
  64.  · Toggling the "Extended query" menuitem only worked if you had MagicMenu
  65.    installed (like me) and then only if you used the mouse and not the
  66.    shortcut.  MagicMenu was more forgiving than Intuition about a forgotten
  67.    flag.
  68.    (Shaun Downend)
  69.  · Added menuitems for saving and printing finger output.
  70.  · Included a sample mFinger.addresses file with some interesting addresses
  71.    collected by Andreas Grundler. Thanks Andreas!
  72.  · Included a new version of NList.mcc which is compatible with OS 2.x (V37).
  73.    Sorry, if you tried mFinger on 2.x previously, I guess it crashed. :)
  74.